(sh-mode-syntax-table): Change syntax of ?, to "_".
authorAndreas Schwab <schwab@suse.de>
Mon, 21 Jul 2003 06:24:52 +0000 (06:24 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 21 Jul 2003 06:24:52 +0000 (06:24 +0000)
lisp/progmodes/sh-script.el

index 7fc3671d4e608a09cee3efbfe5d28f8821b21291..351d6e81c7b65b282e1d52d471ffbc752e1a9b68 100644 (file)
@@ -406,6 +406,7 @@ the car and cdr are the same symbol.")
        ?. "_"
        ?^ "_"
        ?~ "_"
+       ?, "_"
        ?< "."
        ?> ".")
     (csh eval identity sh)